home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
cocktail
/
begman.lha
/
begmanual
/
begman06.ps
< prev
next >
Wrap
Text File
|
1992-02-14
|
20KB
|
1,044 lines
%!PS-Adobe-2.0
%%Title: (null)
%%Creator: emmel
%%CreationDate: Wed Dec 4 10:41:05 1991
%%Pages: 0
%%BoundingBox: 18 2.88 285.163 213.35
%%EndComments
/draw_initial_state save def
/displaylistdict 80 dict def
displaylistdict begin
%% catch nocurrentpoint error for:
%% pathbbox
/ncpoint errordict /nocurrentpoint get def
errordict begin
/nocurrentpoint
{
dup /pathbbox load eq
{ pop 0 0 1 1 }
{ ncpoint }
ifelse
} bind def
end
/m {moveto} bind def
/l {lineto} bind def
%% pattern stuff
/BPSIDE 32 def %% pixels per pattern side
/PATFREQ 3.0 def %% pattern pixels per mm
/drawpat_mat [PATFREQ 0 0 PATFREQ 0 0] def
/drawpat_pw BPSIDE def %% pattern pixel width
/drawpat_ph BPSIDE def %% pattern pixel height
/drawpat_w drawpat_pw PATFREQ div def %% pattern mm width
/drawpat_h drawpat_ph PATFREQ div def %% pattern mm height
/drawpat_bs 1 def %% pattern bits per pixel
/topmat matrix def
/patmat matrix def
/start_display_list
{
0 setlinecap
10 setmiterlimit
} bind def
/patpath {
topmat setmatrix
pathbbox %% get lo - hi indecies
/hy exch drawpat_h div floor cvi def
/hx exch drawpat_w div floor cvi def
/ly exch drawpat_h div floor cvi def
/lx exch drawpat_w div floor cvi def
lx 1 hx {
drawpat_w mul
ly 1 hy {
drawpat_h mul
exch dup 3 1 roll exch
patmat currentmatrix pop
translate
drawpat_pw drawpat_ph drawpat_bs
drawpat_mat drawpat_proc image
patmat setmatrix
} for
pop
} for
} bind def
/saveCurrentPoint
{
currentpoint /cpy exch def /cpx exch def
} bind def
/restoreCurrentPoint
{
cpx cpy moveto
} bind def
/r {rmoveto} bind def
/sp {x 0 rmoveto} bind def
/rl {rlineto} bind def
/onelet 1 string def
%% show a string
/s {
complex_color
{
{
onelet exch 0 exch put
gsave
onelet true charpath
clip patpath
grestore
onelet stringwidth rmoveto
} forall
}
{ show }
ifelse
} bind def
/box { newpath m l l l closepath } bind def
/pix_to_units { 144 300 div mul } bind def
/apix_to_units { 144 exch div mul } bind def
/reencode_small_dict 12 dict def
/ReencodeSmall {
reencode_small_dict begin
/new_codes_and_names exch def
/new_font_name exch def
/base_font_name exch def
/base_font_dict base_font_name findfont def
/newfont base_font_dict maxlength dict def
base_font_dict {
exch dup /FID ne
{ dup /Encoding eq
{ exch dup length array copy newfont 3 1 roll put }
{ exch newfont 3 1 roll put }
ifelse
}
{ pop pop }
ifelse
} forall
newfont /FontName new_font_name put
new_codes_and_names aload pop
new_codes_and_names length 2 idiv
{ newfont /Encoding get 3 1 roll put }
repeat
new_font_name newfont definefont pop
end %%reencode_small_dict
} def
/extended_Zapf [
8#223 /a89
8#224 /a90
8#225 /a93
8#226 /a94
8#227 /a91
8#230 /a92
8#231 /a205
8#232 /a85
8#233 /a206
8#234 /a86
8#235 /a87
8#236 /a88
8#237 /a95
8#240 /a96
] def
/extended_Standard [
128 /Acircumflex
129 /Adieresis
130 /Agrave
131 /Aring
132 /Atilde
133 /Ccedilla
134 /Eacute
135 /Ecircumflex
136 /Edieresis
137 /Egrave
138 /Iacute
139 /Icircumflex
140 /Idieresis
141 /Igrave
142 /Ntilde
143 /Oacute
144 /Ocircumflex
145 /Odieresis
146 /Ograve
147 /Otilde
148 /Scaron
149 /Uacute
150 /Ucircumflex
151 /Udieresis
152 /Ugrave
153 /Ydieresis
154 /Zcaron
155 /aacute
156 /acircumflex
157 /adieresis
158 /agrave
159 /aring
160 /atilde
209 /ccedilla
210 /copyright
211 /eacute
212 /ecircumflex
213 /edieresis
214 /egrave
215 /iacute
216 /icircumflex
217 /idieresis
218 /igrave
219 /logicalnot
220 /minus
221 /ntilde
222 /oacute
223 /ocircumflex
224 /odieresis
228 /ograve
229 /otilde
230 /registered
231 /scaron
236 /trademark
237 /uacute
238 /ucircumflex
239 /udieresis
240 /ugrave
242 /ydieresis
243 /zcaron
244 /Aacute
] def
/extended_Symbol [
] def
/extend_font { %% stack: fontname newfontname
exch dup (ZapfDingbats) eq
{ cvn exch cvn extended_Zapf ReencodeSmall }
{ dup (Symbol) eq
{ cvn exch cvn extended_Symbol ReencodeSmall }
{ cvn exch cvn extended_Standard ReencodeSmall }
ifelse
}
ifelse
} bind def
/getfont {
/f exch def f cvn where
{ begin f cvx cvn exec setfont end }
{ f 0 f length 3 sub getinterval (LocalFont) extend_font
/LocalFont findfont
/sz f f length 3 sub 3 getinterval cvi def
[ sz 0 0 sz neg 0 0 ] makefont dup f cvn exch def
setfont
}
ifelse
} bind def
/ul { %% space drop thickness
gsave currentpoint currentlinewidth
currentpoint newpath moveto 6 -3 roll
setlinewidth 0 exch r
0 rl stroke setlinewidth m
grestore
} bind def
/ss { currentpoint pop exch m } bind def
/image_raster { %% sw sh dw dh xs ys
translate scale /sh exch def /sw exch def
/imagebuf sw 7 add 8 idiv string def
sw sh 1 [sw 0 0 sh 0 0] { currentfile imagebuf readhexstring pop }
image
} bind def
/leader_insert
{
/str exch def /sp1 exch def
-1 0 { pop sp1 0 str ashow } for
} bind def
/nx { /x exch def } bind def
0. nx
/pat1 {<33333333CCCCCCCC>} def
/pat8 {<77777777BBBBBBBBDDDDDDDDEEEEEEEE>} def
%%EndProlog
%%Page: 1 1
gsave 2.83465 -2.83465 scale
saveCurrentPoint newpath restoreCurrentPoint
94.2492 0 rlineto
0 74.2492 rlineto
-94.2492 0 rlineto
closepath clip
-21.8754 -7.8754 rmoveto
currentpoint translate
topmat currentmatrix pop
start_display_list
% cycbez2
2 setlinejoin
0.2 setlinewidth
/drawpat_proc pat8 def
gsave
newpath 102.82 51.8543 m 100.024 51.6882 95.095 50.8575 94.0151 48.6977 curveto
92.9352 46.5379 93.1568 40.2247 96.3411 38.8955 curveto
99.5254 37.5664 110.712 38.9232 113.121 40.7231 curveto
115.53 42.5229 112.512 47.8393 110.795 49.6945 curveto
109.078 51.5498 105.617 52.0205 102.82 51.8543 curveto
closepath
eoclip patpath
grestore
0 setgray
gsave
newpath 102.82 51.8543 m 100.024 51.6882 95.095 50.8575 94.0151 48.6977 curveto
92.9352 46.5379 93.1568 40.2247 96.3411 38.8955 curveto
99.5254 37.5664 110.712 38.9232 113.121 40.7231 curveto
115.53 42.5229 112.512 47.8393 110.795 49.6945 curveto
109.078 51.5498 105.617 52.0205 102.82 51.8543 curveto
closepath
stroke
grestore
% cycbez2
/drawpat_proc pat1 def
gsave
newpath 85.2098 51.8543 m 83.4377 57.8907 86.2897 60.7981 88.3664 64.3147 curveto
90.4432 67.8313 97.4487 70.5172 97.6702 72.9539 curveto
97.8917 75.3906 97.6148 78.5472 89.6955 78.9349 curveto
81.7763 79.3226 51.816 83.6975 50.1546 75.2799 curveto
48.4932 66.8622 71.5865 36.2927 79.7272 28.4288 curveto
87.868 20.5649 98.0855 24.1923 98.9993 28.0966 curveto
99.9131 32.0008 86.9819 45.818 85.2098 51.8543 curveto
closepath
eoclip patpath
grestore
0 setgray
gsave
newpath 85.2098 51.8543 m 83.4377 57.8907 86.2897 60.7981 88.3664 64.3147 curveto
90.4432 67.8313 97.4487 70.5172 97.6702 72.9539 curveto
97.8917 75.3906 97.6148 78.5472 89.6955 78.9349 curveto
81.7763 79.3226 51.816 83.6975 50.1546 75.2799 curveto
48.4932 66.8622 71.5865 36.2927 79.7272 28.4288 curveto
87.868 20.5649 98.0855 24.1923 98.9993 28.0966 curveto
99.9131 32.0008 86.9819 45.818 85.2098 51.8543 curveto
closepath
stroke
grestore
% cycbez2
0.75 setgray
gsave
newpath 57.4647 35.2405 m 57.0494 38.1202 64.581 41.803 64.2764 44.3781 curveto
63.9718 46.9533 62.2273 49.9991 55.6372 50.6914 curveto
49.047 51.3836 26.8675 53.488 24.7354 48.5316 curveto
22.6033 43.5751 35.8944 27.1274 42.8445 20.9526 curveto
49.7946 14.7778 60.7598 11.9258 66.4362 11.4827 curveto
72.1126 11.0397 76.8475 15.6916 76.9029 18.2944 curveto
76.9583 20.8972 70.0081 24.2754 66.7684 27.0997 curveto
63.5287 29.9241 57.88 32.3608 57.4647 35.2405 curveto
closepath
eofill
grestore
0 setgray
gsave
newpath 57.4647 35.2405 m 57.0494 38.1202 64.581 41.803 64.2764 44.3781 curveto
63.9718 46.9533 62.2273 49.9991 55.6372 50.6914 curveto
49.047 51.3836 26.8675 53.488 24.7354 48.5316 curveto
22.6033 43.5751 35.8944 27.1274 42.8445 20.9526 curveto
49.7946 14.7778 60.7598 11.9258 66.4362 11.4827 curveto
72.1126 11.0397 76.8475 15.6916 76.9029 18.2944 curveto
76.9583 20.8972 70.0081 24.2754 66.7684 27.0997 curveto
63.5287 29.9241 57.88 32.3608 57.4647 35.2405 curveto
closepath
stroke
grestore
% rfrm
0.2492 setlinewidth
1 setgray
gsave
% 4 arcs
matrix currentmatrix
79 45 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
71 45 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
71 45 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
79 45 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
eofill
grestore
0 setgray
gsave
% 4 arcs
matrix currentmatrix
79 45 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
71 45 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
71 45 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
79 45 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% rfrm
1 setgray
gsave
% 4 arcs
matrix currentmatrix
71 17 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
63 17 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
63 17 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
71 17 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
eofill
grestore
0 setgray
gsave
% 4 arcs
matrix currentmatrix
71 17 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
63 17 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
63 17 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
71 17 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% rfrm
1 setgray
gsave
% 4 arcs
matrix currentmatrix
93 31 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
85 31 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
85 31 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
93 31 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
eofill
grestore
0 setgray
gsave
% 4 arcs
matrix currentmatrix
93 31 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
85 31 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
85 31 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
93 31 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% polyline2
% arrow
gsave
newpath 88 28 m 84.5826 27.799 l 85.3867 25.7888 l closepath
eofill
grestore
0 setlinejoin
gsave
newpath 68 20 m
84.9847 26.7939 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 102 42 m 98.6974 41.0993 l 99.8983 39.2978 l closepath
eofill
grestore
gsave
newpath 90 34 m
99.2978 40.1986 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 76 42 m 78.1017 39.2978 l 79.3026 41.0993 l closepath
eofill
grestore
gsave
newpath 88 34 m
78.7022 40.1986 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 75 56 m 73.9175 52.7524 l 76.0825 52.7524 l closepath
eofill
grestore
gsave
newpath 75 48 m
75 52.7524 l
stroke
grestore
% rfrm
2 setlinejoin
1 setgray
gsave
% 4 arcs
matrix currentmatrix
79 59 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
71 59 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
71 59 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
79 59 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
eofill
grestore
0 setgray
gsave
% 4 arcs
matrix currentmatrix
79 59 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
71 59 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
71 59 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
79 59 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% rfrm
1 setgray
gsave
% 4 arcs
matrix currentmatrix
89 73 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
81 73 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
81 73 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
89 73 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
eofill
grestore
0 setgray
gsave
% 4 arcs
matrix currentmatrix
89 73 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
81 73 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
81 73 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
89 73 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% rfrm
1 setgray
gsave
% 4 arcs
matrix currentmatrix
69 73 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
61 73 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
61 73 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
69 73 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
eofill
grestore
0 setgray
gsave
% 4 arcs
matrix currentmatrix
69 73 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
61 73 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
61 73 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
69 73 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% polyline2
% arrow
gsave
newpath 66 70 m 67.5309 66.9381 l 69.0619 68.4691 l closepath
eofill
grestore
0 setlinejoin
gsave
newpath 74 62 m
68.2964 67.7036 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 84 70 m 80.9381 68.4691 l 82.4691 66.9381 l closepath
eofill
grestore
gsave
newpath 76 62 m
81.7036 67.7036 l
stroke
grestore
% rfrm
2 setlinejoin
1 setgray
gsave
% 4 arcs
matrix currentmatrix
49 31 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
41 31 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
41 31 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
49 31 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
eofill
grestore
0 setgray
gsave
% 4 arcs
matrix currentmatrix
49 31 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
41 31 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
41 31 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
49 31 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% rfrm
1 setgray
gsave
% 4 arcs
matrix currentmatrix
59 45 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
51 45 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
51 45 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
59 45 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
eofill
grestore
0 setgray
gsave
% 4 arcs
matrix currentmatrix
59 45 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
51 45 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
51 45 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
59 45 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% rfrm
1 setgray
gsave
% 4 arcs
matrix currentmatrix
31 45 translate
3 3 scale
newpath 0 0 1 90 180 arc setmatrix
matrix currentmatrix
31 45 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
39 45 translate
3 3 scale
0 0 1 270 0 arc setmatrix
matrix currentmatrix
39 45 translate
3 3 scale
0 0 1 0 90 arc setmatrix
closepath
eofill
grestore
0 setgray
gsave
% 4 arcs
matrix currentmatrix
31 45 translate
3 3 scale
newpath 0 0 1 90 180 arc setmatrix
matrix currentmatrix
31 45 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
39 45 translate
3 3 scale
0 0 1 270 0 arc setmatrix
matrix currentmatrix
39 45 translate
3 3 scale
0 0 1 0 90 arc setmatrix
closepath
stroke
grestore
% polyline2
% arrow
gsave
newpath 36 42 m 37.5309 38.9381 l 39.0619 40.4691 l closepath
eofill
grestore
0 setlinejoin
gsave
newpath 44 34 m
38.2964 39.7036 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 54 42 m 50.9381 40.4691 l 52.4691 38.9381 l closepath
eofill
grestore
gsave
newpath 46 34 m
51.7036 39.7036 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 46 28 m 48.6133 25.7888 l 49.4174 27.799 l closepath
eofill
grestore
gsave
newpath 66 20 m
49.0153 26.7939 l
stroke
grestore
% irpoly2
gsave
newpath 22 8 m
116 8 l
116 82 l
22 82 l
closepath
stroke
grestore
% rfrm
2 setlinejoin
1 setgray
gsave
% 4 arcs
matrix currentmatrix
107 45 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
99 45 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
99 45 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
107 45 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
eofill
grestore
0 setgray
gsave
% 4 arcs
matrix currentmatrix
107 45 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
99 45 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
99 45 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
107 45 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 0.999999 101.957 42.8582] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (1) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 0.999999 71.3754 42.8582] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (cont) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 0.999998 65.2426 14.8582] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (:=) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 0.999999 87.8467 28.8582] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (+) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 0.999999 73.8467 56.8582] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (+) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 0.999995 83.9565 70.8582] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (4) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 0.999995 62.1991 70.8582] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (BB) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 0.999999 43.8467 28.8582] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (+) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 0.999995 53.9565 42.8582] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (4) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 0.999995 32.1991 42.8582] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (BB) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 0.999999 73.0817 9.82133] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (3) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 0.999999 88.5326 19.6235] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (1) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 0.999999 100.162 34.7421] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (2) s
setmatrix
grestore
%%Trailer
end
draw_initial_state restore